Fix recent test regressions
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Mar 2024 22:44:54 +0000 (18:44 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Mar 2024 22:44:54 +0000 (18:44 -0400)
commit7e32e8392ab77f9df08a1f11831cbba2242d721f
tree8e8635ea3eb756a6c3f530a1319e0d0fc65db83c
parent3197d7015b854944e326d68c5307b38f0a0d2d53
Fix recent test regressions

* lisp/emacs-lisp/pp.el (pp-fill): Don't cut between `#` and `(`.

* test/lisp/help-fns-tests.el (help-fns-test-built-in)
(help-fns-test-interactive-built-in, help-fns-test-lisp-defun)
(help-fns-test-lisp-defsubst):
* test/src/emacs-module-tests.el (module/describe-function-1):
Adjust tests to new wording in `describe-function`.
lisp/emacs-lisp/pp.el
test/lisp/help-fns-tests.el
test/src/emacs-module-tests.el